home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d23 / check_os.arc / CHECK-OS.DOC next >
Text File  |  1988-03-06  |  1KB  |  29 lines

  1. Check-OS - a program to guard against Viruses.
  2.  
  3. This program was written to be compiled with Turbo Pascal version 4.0.  It
  4. checks the Filesize, File Date/Time (last updated), and Checksum of
  5. COMMAND.COM, AUTOEXEC.BAT, and CONFIG.SYS.  It was developed to verify that
  6. no virus had installed itself in DOS.  It does not stay resident to guard
  7. against Viruses, it just checks the specified drive once when the program is
  8. invoked.  It also doesn't have terribly extensive error checking so little
  9. things like the disk being too full to create the Control file, or a Write
  10. protect error will cause a runtime error.  I didn't feel it was necessary to
  11. fix these since I only use the program on my hard disk.
  12.  
  13. To use it, type CHECK-OS DRIVE where DRIVE is the drive letter containing
  14. the DOS to be checked.  I would recommend putting the command in your
  15. AUTOEXEC.BAT so it's control file (\CHECK-OS.CTL) is kept current.
  16.  
  17. I've done fairly extensive testing on a Bullet 286 (AT clone) but the source
  18. is included since 1) I don't have access to enough systems to do as much
  19. testing as I'd like and 2) because I hate using PD software without having
  20. the source (it gives me a warm fuzzy feeling to collect source to things I
  21. use frequently).
  22.  
  23. No warranty is given with this software - use at your own risk.
  24.  
  25. I can be reached on GEnie as R.BARTLETT if you'd like to send any comments,
  26. questions, or jokes involving COBOL programmers.
  27.  
  28. R.J. Bartlett  05 March 1988
  29.